🔴center() - выравнивает строку по центру путем добавления заполнительных символов с обоих концов до указанной ширины. 💡 Пример вывода: ' hello ' 💡 Пример кода: print(text.center(width))
🔴rjust() - выравнивает текст в правом краю путем добавления символов слева до указанной ширины. 💡 Пример вывода: ' hello' 💡 Пример кода: print(text.rjust(width))
🔴zfill() - выравнивает текст по правому краю, добавляя нулевые символы. 💡 Пример вывода: '00000Hello' 💡 Пример кода: print(text.zfill(width))
🔴ljust() - выравнивает строку по левому краю, путем добавления зополнительных символов справа. 💡 Пример вывода: 'hello ' 💡 Пример кода: print(text.ljust(width))
🔴center() - выравнивает строку по центру путем добавления заполнительных символов с обоих концов до указанной ширины. 💡 Пример вывода: ' hello ' 💡 Пример кода: print(text.center(width))
🔴rjust() - выравнивает текст в правом краю путем добавления символов слева до указанной ширины. 💡 Пример вывода: ' hello' 💡 Пример кода: print(text.rjust(width))
🔴zfill() - выравнивает текст по правому краю, добавляя нулевые символы. 💡 Пример вывода: '00000Hello' 💡 Пример кода: print(text.zfill(width))
🔴ljust() - выравнивает строку по левому краю, путем добавления зополнительных символов справа. 💡 Пример вывода: 'hello ' 💡 Пример кода: print(text.ljust(width))
BY Python Turbo. Уютное сообщество Python разработчиков.
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
With the help of the Search Filters option, users can now filter search results by type. They can do that by using the new tabs: Media, Links, Files and others. Searches can be done based on the particular time period like by typing in the date or even “Yesterday”. If users type in the name of a person, group, channel or bot, an extra filter will be applied to the searches.
For some time, Mr. Durov and a few dozen staffers had no fixed headquarters, but rather traveled the world, setting up shop in one city after another, he told the Journal in 2016. The company now has its operational base in Dubai, though it says it doesn’t keep servers there.Mr. Durov maintains a yearslong friendship from his VK days with actor and tech investor Jared Leto, with whom he shares an ascetic lifestyle that eschews meat and alcohol.
Python Turbo Уютное сообщество Python разработчиков from jp